@font-face {
    font-family: InterLight;
    src: url(../fonts/inter/Inter-LightBETA.woff2);
}
@font-face {
    font-family: InterBlack;
    src: url(../fonts/inter/Inter-Black.woff2);
}
@font-face {
    font-family: InterExtraBold;
    src: url(../fonts/inter/Inter-ExtraBold.woff2);
}
@font-face {
    font-family: InterBold;
    src: url(../fonts/inter/Inter-Bold.woff2);
}

.mainContainer {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.commonBtnGreen i.bi.bi-arrow-right {
    font-size: 18px;
}
.commonBtnGreen {
    background: #7beb6b;
    border-radius: 22px;
    padding: 10px 40px !important;
    color: black !important;
    text-decoration: none;
    transition: all .3s linear;
    font-family: InterLight;
    display: block;
    width: 258px;
    transition: all .4s linear;
}
.commonBtnGreen:hover {
    box-shadow: 0px 0px 25px 0px #7beb6b;
}
.landingLogo img {
    /* width: 180px; */
    position: relative;
    z-index: 10;
}
.affiliate_banner {
    background-image: url(../images/AffiliateImg/bannerback.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* padding-bottom: 1px; */
    /* height: 100vh; */
    /* background-color: red; */
}
.bannerCircleImg .features-box-content h2 {
    color: #568cd7;
    font-size: 15px;
    font-family: InterBold;
    margin-bottom: 0px;
}
.bannerCircleImg .features-box-content p {
    color: #111;
    font-size: 12px;
    font-family: InterLight;
}
.features-box-ICON .bi-currency-dollar{
    color: #5fcbf0;
    border: 1px solid #6ce959;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 15px;
    display: block;
    font-size: 20px;
    padding: 2px 7px;
    margin-right: 15px;
}
.features-box-ICON img {
    color: #5fcbf0;
    border: 1px solid #6ce959;
    border-radius: 50%;
    font-size: 15px;
    display: block;
    font-size: 20px;
    padding: 7px 7px;
    margin-right: 5px;
}
.bannerCircleImg .smallCircle {
    width: 35px;
    height: 35px;
    position: relative;
    top: 162px;
    right: 0px;
    border-radius: 50%;
    border: 4px solid #5fcbf0;
}
.bannerCircleImg .features-box1 .features-box-content {
    margin-top: 13px;
}
.bannerCircleImg .features-box1 .features-box-ICON {
    margin-left: -10px;
}
.bannerCircleImg .features-box1 {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #ffffff;
    padding: 22px 30px;
    border-radius: 15px;
    margin: 15px 0px;
    width: 210px;
    height: 77px;
    position: absolute;
    top: 30px;
    left: 0px;
    box-sizing: border-box;
    /* justify-content: space-between; */
    align-items: center;
}
.bannerCircleImg .features-box2 {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #ffffff;
    padding: 15px 20px;
    border-radius: 15px;
    margin: 15px 0px;
    width: 163px;
    height: 67px;
    position: absolute;
    bottom: auto;
    top: 49px;
    right: -48px;
    box-sizing: border-box;
}
.bannerCircleImg .features-box3 {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #ffffff;
    padding: 15px 20px;
    border-radius: 15px;
    margin: 15px 0px;
    width: 163px;
    height: 67px;
    position: absolute;
    bottom: 133px;

    left: 0px;
    box-sizing: border-box;
}
.bannerCircleImg {
    position: relative;
    width: 560px;
    height: 560px;
    text-align: left;
    /* overflow: hidden; */
    border-radius: 50%;
    display: flex;
    justify-content: start;
    align-items: end;
    box-sizing: border-box;
}
.bannerCircleImg .childCircle {
    border: 2px solid #5fcbf0;
    border-radius: 50%;
    width: 330px;
    height: 330px;
    position: absolute;
    top: 117px;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 0;
}
.bannerCircleImg .parentCircle .smallMoon {
    width: 40px;
    height: 40px;
    background: #a169b5;
    position: absolute;
    bottom: 150px;
    right: 0px;
    transform: rotate(271deg);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.bannerCircleImg .parentCircle {
    border: 2px solid #5fcbf0;
    border-radius: 50%;
    width: 100%;
    height: 560px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    animation: rotateImage  14s infinite linear;
}
@keyframes rotateImage {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.bannerCircleImg > img {
    transform: scale(1.5);
    position: absolute;
    bottom: 85px;
    z-index: 1;
    right: 0px;
}
.banner_content h1 {
    color: white;
    font-size: 60px;
    font-family: InterExtraBold;
}
.banner_content h1 span {
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    color: #111a12;
    display: block;
}
.banner_content p {
    color: white;
    font-size: 16px;
    font-family: InterLight;
}
.banner_content > div >div {
    margin: 30px 0px;
}


.howItsWork_sec .features-box-content h2 {
    color: white;
    font-size: 17px;
    font-family: InterBold;
}
.howItsWork_sec .features-box-content p {
    color: white;
    font-size: 13px;
    font-family: InterLight;
}
.howItsWork_sec .features-box-content {
    padding-left: 15px;
}
.howItsWork_sec > h2 {
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    color: #000000;
    display: block;
    text-align: center;
    font-size: 50px;
    position: relative;
    z-index: 1;
    font-family: InterBlack;
    padding: 80px 0px 40px 0px;
}
.howItsWork_sec .features-box {
    background-color: #252525a8;
    box-shadow: 0px 0px 10px 0px #2b2b2b;
    padding: 30px;
    border-radius: 15px;
    margin: 15px 0px;
    height: 180px;
}
.howItsWork_sec {
    background-color: #000000;
    padding: 0px 0px 80px 0px;
    width: 100%;
    overflow: hidden;
}
.howItsWork_sec {
    position: relative;
}
.howItsWork_sec .img1 {
    position: absolute;
    bottom: 269px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 0;
    animation-name: traslateUpDown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.howItsWork_sec .img2{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
    z-index: 0;

}
.custom_row {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.custom_col {
    flex: 0 0 35%;
    /* animation: 3s cubic-bezier(.36,.07,.19,.97) infinite rotateBox; */
    animation-name: rotateBox;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes rotateBox {
    0% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(2deg)
    }

}
@keyframes traslateUpDown {
    0% {
        transform: translate(-50%, -2%)
    }

    100% {
        transform: translate(-50%, -0%)
    }

}
.custom2_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    width: 100%;
}
.custom2_col {
    flex: 0 0 50%;
}

.faqs_Section {
    background-image: url(../images/AffiliateImg/faqback.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 60px 0px;
    height: 698px;
}
.faqs_Section .h2 {
    color: white;
    font-family: InterBold;
    font-size: 40px;
    padding: 40px 0px 30px 0px;
    text-align: center;
}

.faqs_Section .accordion-item button::after {
    display: none;
}
.faqs_Section .accordion-item .accordion-body {
    color: white;
}
.faqs_Section .accordion-button:focus {
    border: none;
}
.faqs_Section .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgb(126, 124, 124);
}
.faqs_Section .accordion-item button{
    font-family: InterBold;
    font-size: 16px;
    background-color: #323c41;
    color: white;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #858282;
    /* border-bottom: none; */
}

.faqs_Section .accordion-item button:not(.collapsed) {
    color: #7beb6b;
    border: 1px solid #858282;
    box-shadow: none;
}
.faqs_Section #accordionExample  {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.faqs_Section #accordionExample .accordion-item .accordion-collapse {
    background: #323c41;
    border: 1px solid #858282;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
}
.faqs_Section #accordionExample .accordion-item {
    flex: 0 0 31%;
    margin: 10px;
    box-sizing: border-box;
    position: relative;
    /* height: 183px; */
    background-color: transparent;
    border: none;
    border-radius: 0.375rem;
}








@media screen and (min-width: 300px) and (max-width: 1280px) {
    .banner_content p {
        font-size: 14px;
    }
    .banner_content h1 {
        color: white;
        font-size: 45px;
    }
    .commonBtnGreen {
        padding: 10px 23px !important;
        width: 202px;
        font-size: 14px;
    }
    .bannerCircleImg {
        width: 470px;
        height: 470px;
    }
    .bannerCircleImg .parentCircle {
        height: 470px;
    }
    .bannerCircleImg .childCircle {
        width: 310px;
        height: 310px;
        top: 85px;
    }
    .bannerCircleImg > img {
        transform: scale(1.3);
        bottom: 51px;
        left: auto;
    }
    .bannerCircleImg .features-box1 {
        padding: 15px 15px;
        margin: 15px 0px;
        width: 170px;
        height: 65px;
    }
    .bannerCircleImg .features-box2 {
        padding: 15px 15px;
        width: 155px;
        height: 65px;
        right: -38px;
    }
    .bannerCircleImg .smallCircle {
        right: 10px;
    }
    .custom_col {
        flex: 0 0 40%;
    }
    .landingLogo img {
        width: 200px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1065px) { .bannerCircleImg { margin-left: -25px; }}

@media screen and (min-width: 300px) and (max-width: 991px) {
    .banner_content {
        margin: 20px 0px 50px 0px;
    }
    .custom_col, .custom2_col {
        flex: 0 0 100%;
    }
    .howItsWork_sec > h2 {
        font-size: 40px;
        padding: 50px 0px 20px 0px;
    }
    .faqs_Section #accordionExample {
        justify-content: center;
    }
    .faqs_Section #accordionExample .accordion-item {
        flex: 0 0 46%;
    }
    .faqs_Section {
        height: 790px;
    }
    .howItsWork_sec .img1 {
        bottom: auto;
        top: 130px;
    }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .faqs_Section .h2 {
        font-size: 30px;
        padding: 20px 0px 20px 0px;
    }
    .faqs_Section #accordionExample .accordion-item {
        flex: 0 0 100%;
    }
    .faqs_Section {
        height: 950px;
    }
}

@media screen and (min-width: 300px) and (max-width: 576px) {
    .banner_content p {
        font-size: 14px;
        text-align: center;
        width: 90%;
        margin: 15px auto;
    }

    .banner_content h1 {
        color: white;
        font-size: 40px;
        text-align: center;
    }
    .commonBtnGreen {
        padding: 10px 20px !important;
        width: 200px;
        margin: 0 auto;
    }
    .commonBtnGreen i.bi.bi-arrow-right {
        font-size: 15px;
    }
    .bannerCircleImg {
        width: 400px;
        height: 400px;
        margin: 0 auto;
    }
    .bannerCircleImg .parentCircle {
        height: 400px;
    }
    .bannerCircleImg > img {
        width: 100%;
        left: 10px;
        transform: scale(.8);
        bottom: -43px;
    }
    .bannerCircleImg .childCircle {
        width: 240px;
        height: 240px;
        top: 85px;
    }
    .bannerCircleImg .features-box1 {
        padding: 10px 10px;
        margin: 15px 0px;
        width: 158px;
        height: 57px;
        top: 4px;
    }
    .bannerCircleImg .features-box2 {
        padding: 10px;
        width: 139px;
        height: 55px;
        right: -44px;
        bottom: 215px;
    }
    .bannerCircleImg .features-box3 {
        width: 145px;
        left: -45px;
    }
    .affiliate_banner .row.item-center {
        justify-content: center;
    }
    .bannerCircleImg .smallCircle {
        right: 18px;
    }
    .bannerCircleImg .parentCircle .smallMoon {
        width: 30px;
        height: 30px;
        bottom: 140px;
        right: -11px;
    }
    .features-box .features-box-ICON img {
        width: 75px;
    }
    .howItsWork_sec .features-box-content h2 {
        margin-top: 17px;
    }
    .howItsWork_sec > h2 {
        font-size: 35px;
    }
    .faqs_Section .h2 {
        font-size: 24px;
    }
    .faqs_Section .accordion-item button {
        font-size: 14px;
    }
    #accordionExample .accordion-body {
        font-size: 14px;
    }
    .features-box-ICON .bi-currency-dollar {
        margin-right: 6px;
    }

}


@media screen and (min-width: 300px) and (max-width: 492px) {
    .bannerCircleImg {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
    .bannerCircleImg .parentCircle {
        height: 300px;
    }
    .bannerCircleImg .childCircle {
        width: 200px;
        height: 200px;
        top: 53px;
    }
    .bannerCircleImg .features-box1 {
        padding: 18px;
        margin: 0px 0px;
        width: 155px;
        height: 56px;
        top: -3px;
    }
    .bannerCircleImg .features-box2 {
        padding: 8px;
        width: 136px;
        height: 52px;
        right: -37px;
        bottom: 120px;
    }
    .bannerCircleImg > img {
        left: 30px;
        transform: scale(.8);
        bottom: -32px;
    }
    .bannerCircleImg .features-box3 {
        width: 133px;
        height: 55px;
        padding: 10px;
        left: -22px;
    }
}

@media screen and (min-width: 300px) and (max-width: 371px) {
    .bannerCircleImg .features-box2 {
        padding: 8px;
        width: 132px;
        height: 52px;
        right: 0px;
        bottom: auto;
        top: -12px;
    }
    .howItsWork_sec .features-box {
        flex-direction: column;
    }
    .howItsWork_sec .features-box {
        height: auto;
        text-align: center;
    }
    .faqs_Section {
        height: 980px;
    }
    .bannerCircleImg .features-box3 {
        left: -12px;
    }
}
